home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / tee.1 < prev    next >
Encoding:
Text File  |  1991-11-13  |  893 b   |  67 lines

  1.  
  2.  
  3.  
  4. TEE(1L)                                                   TEE(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      tee - read from standard input and write to standard output
  10.      and files
  11.  
  12. SYNOPSIS
  13.      tee [-ai] [+append] [+ignore-interrupts] [file...]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of tee.  The tee
  17.      command copies the standard input to the standard output and
  18.      any files given as arguments.
  19.  
  20.      If a file being written to does not already exist, it is
  21.      created.  If a file being written to already exists, the
  22.      data it previously contained is overwritten unless the -_✓a
  23.      option is used.
  24.  
  25.      OPTIONS
  26.  
  27.      -_✓a, +_✓a_✓p_✓p_✓e_✓n_✓d
  28.           Append the standard input to the given files rather
  29.           than overwriting them.
  30.  
  31.      -_✓i, +_✓i_✓g_✓n_✓o_✓r_✓e-_✓i_✓n_✓t_✓e_✓r_✓r_✓u_✓p_✓t_✓s
  32.           Ignore interrupt signals.
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.